Skip to main content

mobileLocationAuthorizationStatus

Type

function

Summary

Returns the current location authorization status of the calling aplication.

Syntax

mobileLocationAuthorizationStatus()

Description

Use the mobileLocationAuthorizationStatus function to find the current location authorization status of the calling application.

This function is available in iOS 8 and above.

Examples

put mobileLocationAuthorizationStatus() into tStatus
if tStatus is "denied" then
answer "The app cannot access your location"
end if

command: mobileStopTrackingSensor, mobileStartTrackingSensor

function: mobileSensorReading, mobileCurrentLocation

message: trackingError, locationChanged

Compatibility and Support

Introduced

LiveCode 6.6.4

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?